Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 17 - File Objects / File Objects Reference
File Objects Routines / Managing Unknown Objects


Q3Unknown_SetDirtyState

You can use the Q3Unknown_SetDirtyState function to set the dirty state of an unknown object.

TQ3Status Q3Unknown_SetDirtyState (
TQ3UnknownObject unknownObject, 
TQ3Boolean isDirty);
unknownObject
An unknown object.
isDirty
A Boolean value that indicates whether the specified unknown object is dirty (kQ3True) or not (kQ3False).
DESCRIPTION
The Q3Unknown_SetDirtyState function sets the dirty state of the unknown object specified by the unknownObject parameter to the Boolean value passed in the isDirty parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996